this.setData 微信小程序JS賦值渲染列表 js文件 this.setData({ AAA:"aaa"}); wxml: {{AAA}} 此時wxml就會顯示aaa 類似於smarty模板引擎 ...